home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 38.GU_BeginRefresh < prev    next >
Text File  |  1996-05-14  |  750b  |  28 lines

  1. gadutil.library/GU_BeginRefresh               gadutil.library/GU_BeginRefresh
  2.  
  3.    NAME
  4.     GU_BeginRefresh -- Begin refreshing friendly to GadTools.
  5.  
  6.    SYNOPSIS
  7.     GU_BeginRefresh(win)
  8.                     A0
  9.  
  10.     VOID GU_BeginRefresh(struct Window *);
  11.  
  12.    FUNCTION
  13.  
  14.     Invokes the intuition.library/BeginRefresh() function in a manner
  15.     friendly to the Gadget Toolkit. This function call permits the
  16.     GadTools gadgets to refresh themselves at the correct time.
  17.     Call GU_EndRefresh() function when done.
  18.  
  19.    INPUTS
  20.     win - pointer to Window structure for which a IDCMP_REFRESHWINDOW
  21.           IDCMP event was received.
  22.  
  23.    NOTES
  24.     See gadtools/GT_BeginRefresh() for more information.
  25.  
  26.    SEE ALSO
  27.     GU_EndRefresh(), gadtools/GT_BeginRefresh(), intuition/BeginRefresh()
  28.